Descriptions
There is no desription for table IBE$CATEGS
 
Fields
PK | FK | Name | Domain | Data type | Not null | Default | Description |
|---|---|---|---|---|---|---|---|
|
  |
CATEGORIGINE |
  |
CHAR (31) |
|
  |
  |
  |
  |
CATEGROLE |
  |
CHAR (31) |
  |
  |
  |
  |
  |
CATEGCOMPOSE |
  |
VARCHAR (320) |
  |
  |
  |
 
Triggers
There are no triggers for table IBE$CATEGS
 
Indices
There are no indices for table IBE$CATEGS
 
References
There are no references for table IBE$CATEGS
 
Referenced
There are no tables referenced by table IBE$CATEGS
 
Definition
CREATE TABLE IBE$CATEGS (
CATEGORIGINE CHAR (31) CHARACTER SET NONE NOT NULL COLLATE NONE,
CATEGROLE CHAR (31) CHARACTER SET NONE COLLATE NONE,
CATEGCOMPOSE VARCHAR (320) CHARACTER SET NONE COLLATE NONE);
ALTER TABLE IBE$CATEGS ADD PRIMARY KEY (CATEGORIGINE);
| This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. |
|